<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('./base.css');
/* å…¬å¸ç®€ä»‹ */
.row1{
    position: relative;
    height: 660px;
}
.row1 .about_left{
    position: absolute;
    float: left;
}
.row1 .about_left a{
    position: absolute;
    left: 428px;
    top: 120px;
    width: 112px;
    height: 45px;
    text-align: center;
    line-height: 41px;
    display: block;
    color: #03842b;
    border: 2px solid #c7c0be;
}
.row1 .about_right{
    float: right;
    width: 620px;    
    position: relative;
    z-index: 4;
}
.row1 .about_right h5{
    color: #000;
    font-weight: bold;
}
.row1 .about_right a{
    width: 100px;
    height: 34px;
    display: block;
    color: #fff;
    background: #c00;
    line-height: 34px;
}
.row1 .about_b{
    position: absolute;
    z-index: 3;
    top: 330px;
}
/* å·¥ç¨‹æ¡ˆä¾‹ */
.row2{
    height: 445px;
    background: url(/static/img/case.jpg) center center no-repeat;
}
.pro_tit {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}

.proshow .card{
    border: none;
    background: rgba(47, 152, 231, 0);
}
.proshow .card .card-body {
    overflow: hidden;   
    padding: 0;
}
.proshow .card-body ul{
    height:248px;
    overflow: hidden;
    zoom:1;
}
.proshow .card-body ul li{
    float: left;
    padding:0 1em;
}
.proshow .card-body ul li a{
    display: block;
}
.proshow .card-body ul li a .img{
    width:250px;
    height:188px;
    display: block;
    overflow: hidden;
    background-color: #eeeeee;
}
.proshow .card-body ul li a .img img{
    max-width: 100%;
    max-height: 100%;
}
.proshow .card-body ul li a .txt{
    position: relative;
    margin-top: 5px;
    display: block;
    line-height:53px;
    background: #fff;
    max-width: 250px;
    font-size:14px;
    padding-right: 40px;
    padding-left: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.proshow .card-body ul li a .txt::before{
    position: absolute;
    top: 26%;
    left: 210px;
    width: 26px;
    height: 26px;
    font-size: 0;
    line-height: none;
    content: '';
    background: url(../../img/jiantou.png) 0 0 no-repeat;
}
.proshow .card-body ul li a:hover .txt{
    color:#e83e8c;
}
/* æ–°é—» */
.row3 .col-sm h5.mt-0 {
    width: 314px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.row3 h5 a{
    font-weight: 600
}</pre></body></html>